Information about plays

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

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

{
    "id": 1352244,
    "uri": "https://api.kexp.org/v2/plays/1352244/?format=api",
    "airdate": "2008-03-20T19:11:49-07:00",
    "show": 23620,
    "show_uri": "https://api.kexp.org/v2/shows/23620/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41MlVQL8bwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41MlVQL8bwL._SL75_.jpg",
    "song": "I'm Pretending",
    "track_id": "07c9cfc5-3588-45ec-b09d-24eb967f983c",
    "recording_id": null,
    "artist": "Buddy Miller",
    "artist_ids": [
        "ae9156f5-1ed4-4c42-828b-fe1f7b1876a7"
    ],
    "album": "Your Love and Other Lies",
    "release_id": "7331a2c9-0545-478c-8d4f-393b2b242f91",
    "release_group_id": null,
    "labels": [
        "HighTone Records"
    ],
    "label_ids": [
        "9cbdb261-417e-4d9c-80b1-34961b70f48d"
    ],
    "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"
}