Information about plays

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

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

{
    "id": 442254,
    "uri": "https://api.kexp.org/v2/plays/442254/?format=api",
    "airdate": "2001-07-06T14:00:00-07:00",
    "show": 7462,
    "show_uri": "https://api.kexp.org/v2/shows/7462/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21MQ3M3649L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21MQ3M3649L._SL75_.jpg",
    "song": "World Ultimate",
    "track_id": "12ac4585-04c5-4481-b540-8b24eaa5903c",
    "recording_id": null,
    "artist": "The Nonce",
    "artist_ids": [
        "a5e2de1b-9e7c-4150-b92f-50201723bff9"
    ],
    "album": "World Ultimate",
    "release_id": "e698f39a-7636-4808-80f3-56b0406b664f",
    "release_group_id": null,
    "labels": [
        "Amercan"
    ],
    "label_ids": [],
    "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"
}