Information about plays

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

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

{
    "id": 1284960,
    "uri": "https://api.kexp.org/v2/plays/1284960/?format=api",
    "airdate": "2007-09-29T11:37:00-07:00",
    "show": 22482,
    "show_uri": "https://api.kexp.org/v2/shows/22482/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51eBe1weTEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51eBe1weTEL._SL75_.jpg",
    "song": "Walking Thru' Jerusalem",
    "track_id": "a8701fda-c67e-4bc9-93af-cbe5d946a186",
    "recording_id": null,
    "artist": "The Corporation",
    "artist_ids": [
        "46494412-dda1-40f3-bda4-ffb04022727c"
    ],
    "album": "Trojan British Reggae Box Set (disc 2: Musical Popcorn - the Sound of 1970)",
    "release_id": "9b3f6a58-251a-423a-b867-7fa89baf0535",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "2002-11-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}