Information about plays

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

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

{
    "id": 1410136,
    "uri": "https://api.kexp.org/v2/plays/1410136/?format=api",
    "airdate": "2008-08-15T12:24:37-07:00",
    "show": 24599,
    "show_uri": "https://api.kexp.org/v2/shows/24599/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Ku91NLbCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Ku91NLbCL._SL75_.jpg",
    "song": "Calling and Not Calling My Ex",
    "track_id": "290d9969-b6d4-4dc3-81e7-edaa4855a1a0",
    "recording_id": null,
    "artist": "Okkervil River",
    "artist_ids": [
        "9fa07bb4-8312-4cd7-a19a-4fdbc5797148"
    ],
    "album": "The Stand Ins",
    "release_id": "42716365-90b9-485e-a887-e5e120cb56da",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2008-09-09",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}