Information about plays

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

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

{
    "id": 513310,
    "uri": "https://api.kexp.org/v2/plays/513310/?format=api",
    "airdate": "2002-02-01T20:02:00-08:00",
    "show": 8845,
    "show_uri": "https://api.kexp.org/v2/shows/8845/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41AW5ASCZPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41AW5ASCZPL._SL75_.jpg",
    "song": "Country Boy's Dream",
    "track_id": "a6a08478-cf7e-400e-a3d5-a5a406ada3c4",
    "recording_id": null,
    "artist": "Jerry Reed",
    "artist_ids": [
        "44419ff2-0251-49ba-933b-b09733ff9adb"
    ],
    "album": "When You're Hot, You're Hot / Ko-Ko-Joe",
    "release_id": "3e63533c-7267-4c25-b90d-65f7a0bd4989",
    "release_group_id": null,
    "labels": [
        "Collectables"
    ],
    "label_ids": [
        "40193634-1615-4da6-b114-7fd796d86504"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}