Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/456950/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 456950,
    "uri": "https://api.kexp.org/v2/plays/456950/?format=api",
    "airdate": "2001-08-18T09:50:31-07:00",
    "show": 7736,
    "show_uri": "https://api.kexp.org/v2/shows/7736/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61aftZEDGwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61aftZEDGwL._SL75_.jpg",
    "song": "Natty Dread Taking Over",
    "track_id": "d6ee4f00-6601-44f9-85d6-83412f697116",
    "recording_id": null,
    "artist": "Culture",
    "artist_ids": [
        "dda3f50d-2205-40c6-8f70-223f2eacd92a"
    ],
    "album": "Two Sevens Clash",
    "release_id": "83da30f5-5a93-4749-9782-fe1a18312e90",
    "release_group_id": null,
    "labels": [
        "Joe Gibbs"
    ],
    "label_ids": [
        "562874a3-94e5-49f5-92b6-d677433bf874"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}