Information about plays

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

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

{
    "id": 1303312,
    "uri": "https://api.kexp.org/v2/plays/1303312/?format=api",
    "airdate": "2007-11-16T21:25:00-08:00",
    "show": 22799,
    "show_uri": "https://api.kexp.org/v2/shows/22799/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ge6sXRZ-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ge6sXRZ-L._SL75_.jpg",
    "song": "My Friend",
    "track_id": "f69580c6-9b83-4cc6-8e01-0fa6f24f6512",
    "recording_id": null,
    "artist": "Jimi Hendrix",
    "artist_ids": [
        "06fb1c8b-566e-4cb2-985b-b467c90781d4"
    ],
    "album": "The Cry of Love",
    "release_id": "31e5a1d2-ae8a-4323-984a-c1e63ac8f7c4",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1971-02-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}