Information about plays

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

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

{
    "id": 417843,
    "uri": "https://api.kexp.org/v2/plays/417843/?format=api",
    "airdate": "2001-04-24T18:33:20-07:00",
    "show": 6979,
    "show_uri": "https://api.kexp.org/v2/shows/6979/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NV7PCH8JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NV7PCH8JL._SL75_.jpg",
    "song": "Where Has My Country Gone?",
    "track_id": "924b0521-2819-499c-a6a3-1d5112af79ac",
    "recording_id": null,
    "artist": "Kongar-ol Ondar",
    "artist_ids": [
        "c241deef-3d84-401e-bf92-a0d7a767ab2e"
    ],
    "album": "Back Tuva Future",
    "release_id": "26faac82-70b9-42f6-9eed-b90e0c6b4467",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1999-01-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}