Information about plays

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

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

{
    "id": 419603,
    "uri": "https://api.kexp.org/v2/plays/419603/?format=api",
    "airdate": "2001-04-30T01:55:42-07:00",
    "show": 7018,
    "show_uri": "https://api.kexp.org/v2/shows/7018/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21FHJB07YKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21FHJB07YKL._SL75_.jpg",
    "song": "Go Your Own Way",
    "track_id": "ded22c85-d51e-4def-945b-3ade9076d5aa",
    "recording_id": null,
    "artist": "God Forbid",
    "artist_ids": [
        "5ff2b813-ced5-4e1a-8b8d-408f681a0748"
    ],
    "album": "Determination",
    "release_id": "fadda094-6933-4b05-90cf-536ee8bb2bb8",
    "release_group_id": null,
    "labels": [
        "Century Media"
    ],
    "label_ids": [
        "727ad90b-7ef4-48d2-8f16-c34016544822"
    ],
    "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"
}