Information about plays

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

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

{
    "id": 1281713,
    "uri": "https://api.kexp.org/v2/plays/1281713/?format=api",
    "airdate": "2007-09-21T04:08:39-07:00",
    "show": 22428,
    "show_uri": "https://api.kexp.org/v2/shows/22428/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Z9AH8Tg3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Z9AH8Tg3L._SL75_.jpg",
    "song": "Plus Ones",
    "track_id": "34fc9cb8-537d-4de0-b993-f4b2c466f9a4",
    "recording_id": null,
    "artist": "Okkervil River",
    "artist_ids": [
        "9fa07bb4-8312-4cd7-a19a-4fdbc5797148"
    ],
    "album": "The Stage Names",
    "release_id": "28fad57e-a54d-4b79-ba59-c8fc42763328",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2007-08-07",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}